projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af6c87
)
; Remove parens from sentence in docstring.
author
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 11 Jul 2016 18:37:54 +0000
(14:37 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 11 Jul 2016 18:37:54 +0000
(14:37 -0400)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 4d35d7c27e67142258d89f44ec3338530909881e..6d7f00f52f487b408ed7236f5b3a206d9cecb1f2 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3239,7
+3239,7
@@
If OUTPUT-BUFFER is a buffer or buffer name, erase that buffer
and insert the output there.
If OUTPUT-BUFFER is not a buffer and not nil, insert the output
in current buffer after point leaving mark after it.
-
(This cannot be done asynchronously)
.
+
This cannot be done asynchronously
.
If the command terminates without error, but generates output,
and you did not specify \"insert it in the current buffer\",